The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Beekeeper JSON RPC"

Beekeeper::JSONRPC - Representation of JSON-RPC objects River stage zero No dependents

All Beekeeper RPC calls follow the JSON-RPC 2.0 specification (see <http://www.jsonrpc.org/specification>). Constructors on this class are not actually used and are provided just for completeness....

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::JSONRPC::Error - Representation of a JSON-RPC error River stage zero No dependents

Objects of this class represent a JSON-RPC error (see <http://www.jsonrpc.org/specification>). When an RPC call could not be executed successfully the worker replies with a Beekeeper::JSONRPC::Error object. These objects may be returned also due to c...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::Client - Make RPC calls through message bus River stage zero No dependents

This module connects to the message broker and makes RPC calls through it. There are four different methods to do so: ┌───────────────────┬──────────────┬────────┬────────┬────────┐ │ method │ sent to │ queued │ result │ blocks │ ├───────────────────...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::JSONRPC::Request - Representation of a JSON-RPC request River stage zero No dependents

Objects of this class represent a JSON-RPC request (see <http://www.jsonrpc.org/specification>). The method Beekeeper::Client::call_remote_async returns objects of this class. On worker classes the method handlers setted by Beekeeper::Worker::accept_...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::JSONRPC::Response - Representation of a JSON-RPC response River stage zero No dependents

Objects of this class represent a JSON-RPC response (see <http://www.jsonrpc.org/specification>). When an RPC call is made the worker replies with a Beekeeper::JSONRPC::Response object if the invoked method was executed successfully. On error, a Beek...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper - Framework for building applications with a microservices architecture River stage zero No dependents

Beekeeper is a framework for building applications with a microservices architecture. A pool of worker processes handle requests and communicate with each other through a common message bus. Clients send requests through a different set of message bu...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::JSONRPC::Notification - Representation of a JSON-RPC notification River stage zero No dependents

Objects of this class represent a JSON-RPC notification (see <http://www.jsonrpc.org/specification>). On worker classes the method handlers setted by Beekeeper::Worker::accept_notifications will receive these objects as parameters....

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC

Beekeeper::WorkerPool - Start, restart or stop worker pools River stage zero No dependents

This module contains the core of the command line tool bkpr which is used to start, restart or stop worker pools of persistent Beekeeper::Worker processes which receive RPC requests from the message bus. When started it daemonizes itself (unless "--f...

JMICO/Beekeeper-0.10 - 27 Jul 2023 13:40:17 UTC
8 results (0.042 seconds)